home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / idate.z / idate
Encoding:
Text File  |  2002-10-03  |  1.2 KB  |  35 lines

  1. IDATE(3I)                                             Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      IIDDAATTEE, IITTIIMMEE - Returns date or time in numerical form
  6.  
  7. SSYYNNOOPPSSIISS
  8.      CF90 and MIPSpro 7 Fortran 90:
  9.  
  10.      CCAALLLL IIDDAATTEE (([II==]_m_o_n_t_h,, [JJ==]_d_a_y,, [KK==]_y_e_a_r))
  11.  
  12.      MIPSpro 7 Fortran 77:
  13.  
  14.      CCAALLLL IITTIIMMEE _i_a_r_r_a_y
  15.  
  16. IIMMPPLLEEMMEENNTTAATTIIOONN
  17.      UNICOS, UNICOS/mk, IRIX systems
  18.  
  19.      CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
  20.  
  21. SSTTAANNDDAARRDDSS
  22.      Extensions
  23.  
  24. DDEESSCCRRIIPPTTIIOONN
  25.      IIDDAATTEE intrinsic subroutine returns the current date in the variables
  26.      _d_a_y, _m_o_n_t_h, and _y_e_a_r, in that order.  _m_o_n_t_h is in the range 1-12; _y_e_a_r
  27.      is returned as the last two digits.
  28.  
  29.      IITTIIMMEE returns the current time in _i_a_r_r_a_y, in hours, minutes, seconds,
  30.      in that order.
  31.  
  32. SSEEEE AALLSSOO
  33.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  34.      man page.
  35.